func runtime.newarray
4 uses
runtime (current package)
arena.go#L465: return newarray(typ, cap)
malloc.go#L2199: func newarray(typ *_type, n int) unsafe.Pointer {
malloc.go#L2226: return newarray(typ, n)
malloc.go#L2231: return newarray(typ, n)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)